home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 04 - Disk and Technical Stuff (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 04 - Disk and Technical Stuff (19xx)(Topik Public Domain)(PD)[WB].adf / DriveTests / Autotest.doc < prev    next >
Text File  |  1989-06-22  |  2KB  |  48 lines

  1.      Autotest is a program to test the low-level performance of disk drives,
  2. the associated hardware interface, and the driver software.  This program
  3. was originally written to compare hard disk drives on the IBM PCs (See
  4. "Fixed-disk Benchmarks" by William Hunt in the November 1984 issue of PC
  5. Tech Journal).  I converted it to run on the AMIGA to test the performance
  6. of the hard disk, interface, and driver on my AMIGA.
  7.  
  8.      This program performs two basic tests:
  9.  
  10. 1)   Raw transfer rate.  20 reads of 1 sector, 8 sectors, 16 sectors,
  11.      and 24 sectors are performed.  The average time per read is reported
  12.      for each transfer size.  This will give an indication of how fast
  13.      data can be transferred from the disk.  I use it varying the interleave
  14.      on the hard disk to get the smallest interleave.
  15.  
  16. 2)   Seek speeds.  The "Random reads" test reads the disk varying the sector
  17.      position from .1 to .9 times the full disk capacity, first with 1 sector
  18.      reads, then with 8 sector reads.  The average time per read is again
  19.      reported.  This test will give an indication of the seek times of the
  20.      hard disk, as well as the effect of multiple sector reads combined with
  21.      seeks.
  22.  
  23.      To run autotest, just enter the CLI command:
  24.           autotest <drive name>
  25. where <drive name> is the disk drive name, i.e. DF0: or HD2:.  The test is
  26. non-destructive (does not do any writes to the disk).
  27.  
  28.  
  29.      The files floppy.rpt and harddisk.rpt are the results on my floppy
  30. drive and the current hard disk drive (a 42MB partition on a SeaGate ST4096,
  31. 96MB unformatted, 28ms average seek time).
  32.  
  33.      NOTE:  The times reported for the 2 "random read" tests will vary
  34. between drives with different capacities, since the width of the seek is
  35. a percentage of the total disk capacity.  With drives of equivalent capacity,
  36. the results will generally show the difference between the slower step rate
  37. drives and the faster drives.
  38.  
  39.      ALSO NOTE:  The transfer rate test measures the raw read capability of
  40. the drive and does not take into consideration the type of I/O done by
  41. AmigaDOS.  It may be that a disk with a very fast transfer rate may run slower
  42. when doing normal AmigaDOS operations.  Multi-tasking will also vastly affect
  43. the disk performance (although a faster seeking drive should perform better).
  44.  
  45.                Michael L. Hitch
  46.                Office of Systems and Computing Services
  47.                Montana State University
  48.